Skip to content

chore: upgrade dev dependencies to fix snyk vulnerabilities#699

Closed
arpit-jn wants to merge 1 commit intomasterfrom
snyk-vuln-fixes
Closed

chore: upgrade dev dependencies to fix snyk vulnerabilities#699
arpit-jn wants to merge 1 commit intomasterfrom
snyk-vuln-fixes

Conversation

@arpit-jn
Copy link
Contributor

Changes

snyk test reported 7 vulnerabilities across 15 paths, all in development dependencies (zero customer impact — none of these gems are shipped as part of the auth0 gem itself).

Severity Vulnerability Before After
High OS Command Injection thor 1.3.2 thor 1.5.0
Low ×5 XSS rails-html-sanitizer 1.6.0 rails-html-sanitizer 1.6.2
Medium ×2 XML Entity Expansion rexml 3.3.9 rexml 3.4.4

auth0.gemspec — replaced dotenv-rails with dotenv. The Rails-specific gem was pulling in the full Rails stack transitively, which introduced the thor and rails-html-sanitizer vulnerability paths. The specs only use Dotenv.load, which is available in the base dotenv gem.

Gemfile.lock — only the six packages listed above were changed. No other gem versions were upgraded or downgraded.

References

Testing

Development/test dependency changes only — no production code was modified.

  • bundle install
  • bundle exec rake spec
  • snyk test
  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of Ruby

Checklist

@arpit-jn arpit-jn requested a review from a team as a code owner March 11, 2026 12:12
@arpit-jn
Copy link
Contributor Author

Closing this PR, as this needs rework and will be planned and go with next release.

@arpit-jn arpit-jn closed this Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant